Platform Explorer / Nuxeo Platform 2021.51

Operation javascript.FilterTemplatesByType (javascript.FilterTemplatesByType)

Description

Filter templates according to the type of a given input document.
Operation id javascript.FilterTemplatesByType
Category javascript
Label javascript.FilterTemplatesByType
Requires
Since

Parameters

No parameters.

Signature

Inputs document
Outputs documents

Implementation Information

Implementation Class Class: org.nuxeo.automation.scripting.internals.ScriptingOperationImpl
Contributing Component org.nuxeo.platform.TemplateSources.operations

JSON Definition

{
  "id" : "javascript.FilterTemplatesByType",
  "label" : "javascript.FilterTemplatesByType",
  "category" : "javascript",
  "requires" : null,
  "description" : "Filter templates according to the type of a given input document.",
  "url" : "javascript.FilterTemplatesByType",
  "signature" : [ "document", "documents" ],
  "params" : [ ]
}